9
0
Fork 0

ARM netx boards: switch to barebox_arm_entry

Only one board supported, the nxdb500. Uses hardcoded SDRAM settings.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-14 22:26:20 +02:00
parent 5dbfea2186
commit 0056cd78fc
3 changed files with 7 additions and 3 deletions

View File

@ -72,6 +72,8 @@ config ARCH_MXS
config ARCH_NETX
bool "Hilscher NetX based"
select CPU_ARM926T
select MACH_HAS_LOWLEVEL_INIT
select MACH_DO_LOWLEVEL_INIT
config ARCH_NOMADIK
bool "STMicroelectronics Nomadik"

View File

@ -16,10 +16,13 @@
* GNU General Public License for more details.
*
*/
#include <sizes.h>
#include <asm/barebox-arm-head.h>
.globl reset
reset:
common_reset r0
b board_init_lowlevel_return
mov r0, #0x80000000
mov r1, #SZ_64M
mov r2, #0
b barebox_arm_entry

View File

@ -45,7 +45,6 @@ choice
config MACH_NXDB500
bool "Hilscher Netx nxdb500"
select HAS_NETX_ETHER
select MACH_HAS_LOWLEVEL_INIT
help
Say Y here if you are using the Hilscher Netx nxdb500 board