diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap4.inc | 2 | ||||
-rw-r--r-- | conf/machine/pandaboard.conf | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 5ee5f9db..cf71be10 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -17,6 +17,8 @@ MACHINE_KERNEL_PR = "r1" | |||
17 | 17 | ||
18 | KERNEL_IMAGETYPE = "uImage" | 18 | KERNEL_IMAGETYPE = "uImage" |
19 | 19 | ||
20 | UBOOT_MACHINE = "omap4_panda_config" | ||
21 | |||
20 | UBOOT_ENTRYPOINT = "0x80008000" | 22 | UBOOT_ENTRYPOINT = "0x80008000" |
21 | UBOOT_LOADADDRESS = "0x80008000" | 23 | UBOOT_LOADADDRESS = "0x80008000" |
22 | 24 | ||
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf index 3ebd6d93..b3d0399d 100644 --- a/conf/machine/pandaboard.conf +++ b/conf/machine/pandaboard.conf | |||
@@ -4,8 +4,6 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/omap4.inc | 5 | require conf/machine/include/omap4.inc |
6 | 6 | ||
7 | UBOOT_MACHINE = "omap4_panda_config" | ||
8 | |||
9 | GUI_MACHINE_CLASS = "bigscreen" | 7 | GUI_MACHINE_CLASS = "bigscreen" |
10 | 8 | ||
11 | IMAGE_FSTYPES += "tar.bz2" | 9 | IMAGE_FSTYPES += "tar.bz2" |
@@ -13,6 +11,4 @@ IMAGE_FSTYPES += "tar.bz2" | |||
13 | SERIAL_CONSOLE = "115200 ttyO2" | 11 | SERIAL_CONSOLE = "115200 ttyO2" |
14 | 12 | ||
15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat sgx" | 14 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat sgx" |
17 | |||
18 | |||