From d737d4e1734b9f1aa3bb590133b3e9f99b89b00c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 5 Oct 2015 06:45:36 -0300 Subject: uboot-sunxi-linux-libre: add new package to [libre] --- .../0001-parabola-arm-modifications.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libre/uboot-sunxi-linux-libre/0001-parabola-arm-modifications.patch (limited to 'libre/uboot-sunxi-linux-libre/0001-parabola-arm-modifications.patch') diff --git a/libre/uboot-sunxi-linux-libre/0001-parabola-arm-modifications.patch b/libre/uboot-sunxi-linux-libre/0001-parabola-arm-modifications.patch new file mode 100644 index 000000000..d910fa54e --- /dev/null +++ b/libre/uboot-sunxi-linux-libre/0001-parabola-arm-modifications.patch @@ -0,0 +1,28 @@ +diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h +index 8237239..2477edf 100644 +--- a/include/config_distro_defaults.h ++++ b/include/config_distro_defaults.h +@@ -59,4 +59,7 @@ + #define CONFIG_SUPPORT_RAW_INITRD + #define CONFIG_SYS_HUSH_PARSER + ++#define CONFIG_CMD_PART ++#define CONFIG_PARTITION_UUIDS ++ + #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */ +diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h +index 1f7a1cb..ae0ddf7 100644 +--- a/include/configs/sunxi-common.h ++++ b/include/configs/sunxi-common.h +@@ -141,7 +141,7 @@ + #define CONFIG_SYS_NO_FLASH + + #define CONFIG_SYS_MONITOR_LEN (512 << 10) /* 512 KiB */ +-#define CONFIG_IDENT_STRING " Allwinner Technology" ++#define CONFIG_IDENT_STRING " Parabola GNU/Linux-libre" + + #define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */ + #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ +-- +2.3.6 + -- cgit v1.2.3-54-g00ecf