mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
arm, at91, axm: add SPL support for axm
add SPL support also for the axm board. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
a5f8ccaeab
commit
ab88f471e3
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2068,BOARD_AXM"
|
||||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_TAURUS=y
|
||||
+S:CONFIG_ARM=y
|
||||
+S:CONFIG_TARGET_TAURUS=y
|
||||
|
|
Loading…
Reference in a new issue