Sam460ex: Add cpu type and model defines to board_config.h
* we need this in arch_cpu.cpp in the bootloader.
This commit is contained in:
parent
68a593ba2a
commit
b837149e73
@ -11,6 +11,9 @@
|
||||
|
||||
#define BOARD_NAME_PRETTY "ACube Sam460ex"
|
||||
|
||||
#define BOARD_CPU_TYPE_PPC440 1
|
||||
#define BOARD_CPU_PPC460EX 1
|
||||
|
||||
// UART Settings
|
||||
// TODO: use the FDT instead of hardcoding
|
||||
#define BOARD_UART1_BASE 0xef600300
|
||||
|
Loading…
Reference in New Issue
Block a user