diff options
| author | Heiko Schocher <[email protected]> | 2014-11-18 11:53:54 +0100 |
|---|---|---|
| committer | Andreas Bießmann <[email protected]> | 2015-01-19 12:49:30 +0100 |
| commit | ab88f471e33747e8ee1e7f752d06960b129085fe (patch) | |
| tree | 90620615b4e09f3bcda13cb779b3b592462d05ec | |
| parent | a5f8ccaeab6db682ad5ba47255287604d781d552 (diff) | |
arm, at91, axm: add SPL support for axm
add SPL support also for the axm board.
Signed-off-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | configs/axm_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/axm_defconfig b/configs/axm_defconfig index c0e8da2c12a..076ad0fe8d9 100644 --- a/configs/axm_defconfig +++ b/configs/axm_defconfig @@ -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 |
