forked from OERV-BSP/u-boot
arm: lpc32xx: add EA LPC3250 DevKitv2 board support
Add basic support for running U-Boot on the Embedded Artists LPC3250 Developer's Kit v2 board by launching U-Boot from the board's s1l loader (which comes pre-installed on the board). Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
15
board/ea/ea-lpc3250devkitv2/Kconfig
Normal file
15
board/ea/ea-lpc3250devkitv2/Kconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
if TARGET_EA_LPC3250DEVKITV2
|
||||
|
||||
config SYS_BOARD
|
||||
default "ea-lpc3250devkitv2"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ea"
|
||||
|
||||
config SYS_SOC
|
||||
default "lpc32xx"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "ea-lpc3250devkitv2"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user