From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 23 Feb 2017 09:19:23 -0700 Subject: [U-Boot] [PATCH] rockchip: firefly: configs: add a new config to keep non-of-platdata In-Reply-To: References: <1487586417-6112-1-git-send-email-jacob2.chen@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jacob, On 22 February 2017 at 23:36, Jacob Chen wrote: > Hi Simon, > > > 2017-02-22 11:59 GMT+08:00 Simon Glass : >> Hi Jacob, >> >> On 20 February 2017 at 03:26, Jacob Chen wrote: >>> The firefly config have been changed to use SPL_BACK_TO_BROM, but we also want keep >>> CONFIG_SPL_OF_PLATDATA as an example. >>> >>> So add this separate defconfig to show how both way works. >>> >>> Signed-off-by: Jacob Chen >>> --- >>> >>> configs/firefly-nodtb-rk3288_defconfig | 78 ++++++++++++++++++++++++++++++++++ >>> 1 file changed, 78 insertions(+) >>> create mode 100644 configs/firefly-nodtb-rk3288_defconfig >> >> Thanks for this - can you also please add a MAINTAINERS file? >> >> Regards, >> Simon >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot > > Could i just append a line to "board/firefly/firefly-rk3288/MAINTAINERS"? Yes that should work. The objective is to not get an error from buildman about a missing maintainer. Regards, Simon