
6 May
2014
6 May
'14
8:02 p.m.
On Tue, Apr 29, 2014 at 11:05:35AM -0700, Ash Charles wrote:
This adds the Gumstix Pepper[1] single-board computer based on the TI AM335x processor. Schematics are available [2].
[1] https://store.gumstix.com/index.php/products/344/ [2] https://pubs.gumstix.com/boards/PEPPER/
[snip]
+/* Mach type */ +#define MACH_TYPE_PEPPER 4207 /* Until the next sync */ +#define CONFIG_MACH_TYPE MACH_TYPE_PEPPER
Shouldn't need this, you don't support any non-DT kernels do you, really?
+#define CONFIG_EXTRA_ENV_SETTINGS \
- "loadaddr=0x80F80000\0" \
- "dtbaddr=0x80200000\0" \
Please look at DEFAULT_LINUX_BOOT_ENV and the related discussions. Thanks!
--
Tom