diff options
Diffstat (limited to 'board/aspeed/ast2400/config.mk')
-rwxr-xr-x | board/aspeed/ast2400/config.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/board/aspeed/ast2400/config.mk b/board/aspeed/ast2400/config.mk new file mode 100755 index 0000000000..24ca09bac4 --- /dev/null +++ b/board/aspeed/ast2400/config.mk @@ -0,0 +1,18 @@ +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +# ROM version +#TEXT_BASE = 0xBFC00000 + +# RAM version +TEXT_BASE = 0x40500000 +#TEXT_BASE = 0x00000000 +#TEXT_BASE = 0x00400000 |